home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / misc / unicon14.zip / README.TXT < prev    next >
Text File  |  1994-01-03  |  2KB  |  58 lines

  1. Unicon is a unit conversion program for length, area, volume, mass, 
  2. speed, energy, pressure, power, time, light, and temperature.
  3. A reference list of physical and mathematical constants is included.
  4. The user can also create and edit a custom conversion file.
  5.  
  6. Unicon runs in Microsoft Windows 3.X and requires the Microsoft 
  7. Visual Basic run-time library VBRUN200.DLL which is supplied with 
  8. Microsoft Windows Ver. 3.1 and is also available from most bulletin
  9. boards.
  10.  
  11. The data files are organized as follows:
  12.  
  13. UNICON.DAT    Standard units of measure for conversions.
  14. CONSTANT.DAT    Physical and math constants.
  15. CUSTOM.DAT    User file for conversions.
  16.  
  17. In order to create a custom file, use a standard text editor like
  18. Notepad or Edit.
  19.  
  20. On the 1st Line, list the conversion title as you wish it to appear
  21. on the button, e.g. Currency, Tax, Commission, etc.
  22. Decide on a reference unit, e.g. U.S. Dollar.    
  23.  
  24. On each successive line, list the unit name, a comma, and the 
  25. multiplication factor needed to convert FROM the unit TO the 
  26. reference unit.  For example, a currency file where 100 yen equal
  27. one U.S dollar would look like this: 
  28.   
  29.     Currency
  30.     U.S. Dollar, 1
  31.     Yen, 0.01
  32.  
  33. Save the file using the name CUSTOM.DAT
  34.  
  35. Additional constants can be added to the CONSTANT.DAT file using
  36. a text editor. 
  37.  
  38. Release Information
  39.  
  40. 1.0     Original release 4-12-92.
  41.  
  42. 1.1     Unicon.dat updated with higher accuracy conversion factors,      
  43.         corrections, and new conversions.  Unicon.exe updated to
  44.         calculate and display numbers in double precision format.
  45.         7-19-92.
  46.  
  47. 1.11    Fixed font problem displaying double precision numbers.  Added
  48.         cut and paste functions.  9-1-92.
  49.  
  50. 1.2     Added math and physical constants for reference.  Added a   
  51.         "short cut" key to reverse conversion direction.  12-31-92
  52.  
  53. 1.3     Recompile of Unicon for VBRUN200.DLL.  8-10-93
  54.  
  55. 1.4    Added custom file feature for user unique coversions.  12-2-93
  56.  
  57. Carl Henry
  58.